func runtime.tryRecordGoroutineProfile

4 uses

	runtime (current package)
		mprof.go#L966: 		tryRecordGoroutineProfile(gp1, Gosched)
		mprof.go#L1010: 	tryRecordGoroutineProfile(gp1, osyield)
		mprof.go#L1016: func tryRecordGoroutineProfile(gp1 *g, yield func()) {
		proc.go#L2854: 		tryRecordGoroutineProfile(gp, osyield)